Welcome![Sign In][Sign Up]
Location:
Search - huffman encoding in c

Search list

[CSharp实验5

Description: 哈夫曼编码/译码 背景介绍:   利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入和导出CodeFile。 3、对哈夫曼码进行翻译。 运行环境:  windows XP 语言环境:  简体中文 软件大小:  144 KB 编写工具: Microsoft Visual C++ 6.0 操作环境: MFC-Huffman encoding / decoding background information : Huffman coding used in communication can greatly improve the channel utilization, reduced transmission time, and lower transmission costs. However, this requires that the sender through a coding system for pre-treatment data-coding, the transmitter will be sent for decoding data (recovery). For dual-channel. Each side needs a complete encryption system. This procedure will this information hubs Huffman was one of the encryption system. Huffman encoding / decoding : running steps : one, to establish Huffman tree from the keyboard input character set size, character and frequency. Two of character coding, the output code, a single-sentence and the entire sentence output, Import and export coding CodeFile. Three of the Huffman codes for tra
Platform: | Size: 77958 | Author: 陈又鄂 | Hits:

[Otherhuffmanfordepreesingcoding

Description: 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,恢复Huffman编码,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-Huffman (Huffman) encoding compression and decompression procedures huffman.c main functions module bitio.c / bitio.h some support function, support for bits (bit) for the File I / O usage : Huffman compression E
Platform: | Size: 1739 | Author: 冯灿科 | Hits:

[Mathimatics-Numerical algorithmsHf

Description: 哈夫曼数的编码,译码和树的打印-The number of Huffman encoding, decoding and tree print
Platform: | Size: 2048 | Author: lxw | Hits:

[Data structscodeandencode

Description: 对一篇文章编码和解码,采用huffman 树的方法-an article on encoding and decoding, using the Huffman tree
Platform: | Size: 186368 | Author: 苗建新 | Hits:

[Otherhuffmanfordepreesingcoding

Description: 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out-file>中,得到压缩文件。 解压缩时,读入<in-file>中内容,恢复Huffman编码,将结果存入<out-file>中,得到原文件。 本代码在linux+gcc/windows+vc下经过测试,为了使读者容易理解算法本身, 算法实现中仅采用了简单的错误处理机制和优化。-Huffman (Huffman) encoding compression and decompression procedures huffman.c main functions module bitio.c/bitio.h some support function, support for bits (bit) for the File I/O usage : Huffman compression E
Platform: | Size: 1024 | Author: 冯灿科 | Hits:

[Data structsHaffman

Description: 哈夫曼树的建立,haffman 编码,在turbo c 下运行-Huffman Tree, haffman encoding, turbo c in the run
Platform: | Size: 2048 | Author: chenweihuan | Hits:

[Data structshuffman_Code

Description: 数据结构试验。。。哈夫曼编码。。字符的编码与译码-Test data structure. . . Huffman coding. . Character encoding and decoding
Platform: | Size: 2048 | Author: 段成 | Hits:

[Graph programJPEG_compress_using_MATLAB_and_c

Description: 用matlab 和 c联合编程实现JPEG图像压缩,包括量化,霍夫曼编码,解码-Using matlab and c joint programming to achieve JPEG image compression, including quantization, Huffman encoding, decoding
Platform: | Size: 702464 | Author: liujuan | Hits:

[OtherHuffman

Description: 设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod); 反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。-The design of a Huffman encoding/decoding system, to a text file of characters Huffman encoding, to generate encoded file (compressed file name suffix. Cod) in turn, can restore a compressed file into a decoder text file (. txt).
Platform: | Size: 7168 | Author: haitty1009 | Hits:

[Data structsha

Description: 哈夫曼编/译码器 问题描述:给定电文进行哈夫曼编码,给定编码进行哈夫曼译码。要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中。-Huffman encoder/decoder problem description: given a message to Huffman encoding, a given Huffman code decoding. Request message is stored in one file, the encoded results are stored in the document 2, a given code is stored in the document 3, the result of decoding is stored in the document 4.
Platform: | Size: 3072 | Author: 王亮 | Hits:

[Compress-Decompress algrithmshuffmanC

Description: huffman编码的c++实现源码,内有详细说明。-huffman encoding c++ achieve source, which is described in detail.
Platform: | Size: 542720 | Author: 刘亦羽 | Hits:

[Streaming Mpeg4MPEG4_sound

Description: MPEG-4音频编码 这是MPEG-4标准中采用的音频压缩技术之一:结构化音频压缩技术。 aacquant.h aacquant.c - 结构化音频量化 backpred.h backpred.c - 后向预测 channels.h channels.c - 音频信道 faac.h faac.c - 结构化音频压缩 fft.h fft.c - 快速Fourier变换 filtbank.h filtbank.c - 滤波器 frame.h frame.c - 音频帧定义 huffman.h huffman.c - Huffman编码 hufftab.h - Huffman编码码表 joint.h joint.c - 音频融合 ltp.h ltp.c - ltp加权因子-MPEG-4 Audio Coding MPEG-4 This is the standard audio compression technology used in one of: the structure of audio compression technology. aacquant.h aacquant.c- structured audio quantization backpred.h backpred.c- after the forecast channels.h channels.c- audio channels faac.h faac.c- structured audio compression fft.h fft.c- Fast Fourier transform filtbank.h filtbank.c- Filter frame.h frame.c- definition of audio frames huffman.h huffman.c- Huffman coding hufftab.h- Huffman encoding code table joint.h joint.c- audio integration ltp.h ltp.c- ltp-weighted factor
Platform: | Size: 57344 | Author: gzb | Hits:

[Compress-Decompress algrithmshuffman

Description: 分别写出了两种Huffman编码的实现过程,在C++环境下运行-Write, respectively, the two realize the process of Huffman encoding, in the C++ Environment running under
Platform: | Size: 2048 | Author: 321 | Hits:

[Data structshuffman

Description: 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [选做内容] 将所建立的哈夫曼树以直观的方式(树或凹入形式的表)显示。 -huff_tc.c, can only run at tc, because using the add tc intuitive graphical interface to draw tree code [Objective] To construct the input symbols (and the right value) of the Huffman tree, and use the tree to derive the coded symbols, in-depth understanding of the concept of optimal binary tree and its characteristics. [Problem Description] read into the various symbols and their weights, and Huffman coding of the symbols. [Basic requirements] (1) read into the various symbols and their weights, Huffman tree set up (2) the use of the Huffman tree for the set up of the symbol encoding, output encoding results. [Does the content of the election] will be set up by the Huffman tree to intuitive way (tree or indentations in the form of the table) shows.
Platform: | Size: 3072 | Author: 李霄逍 | Hits:

[Data structsHuffman

Description: 哈夫曼编码及译码 实现了对英文翻译,英文文献等的编码及译码-Huffman encoding and decoding
Platform: | Size: 5120 | Author: LN | Hits:

[File FormatHuffman

Description: 里面是Huffman编译码实验的实验报告,是用C编写的-Huffman encoding and decoding experiments inside the experimental report is written in C
Platform: | Size: 97280 | Author: 凃卫军 | Hits:

[Data structshuffman

Description: C语言数据结构 huffman树的形成、编码和解码 -The huffman tree formation in C language data structures, encoding and decoding
Platform: | Size: 20480 | Author: 梁小强 | Hits:

[Algorithmhuffman

Description: huffman编码C语言实现,项目开发中经常用到的算法。-The the huffman encoding C language, algorithms are often used in the development of the project.
Platform: | Size: 12288 | Author: tang | Hits:

[Crack HackHuffman

Description: 哈夫曼编码与解码,哈夫曼编码是一种重要的编码方式,该程序是用C语言,数据结构实现的-Huffman encoding and decoding,Huffman encoding is an important way of coding.need to change program is in C,the data stucture
Platform: | Size: 2048 | Author: 黄旭 | Hits:

[哈夫曼编码

Description: 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(Huffman encoding (Huffman Coding), also known as Hoffman encoding, is an encoding method, and Huffman encoding is a variable word length coding (VLC) one. In 1952 Huffman proposed an encoding method, the average length of the method based on the character completely different prefix probability to construct the shortest codeword, sometimes called the best encoding, generally called Huffman encoding (sometimes known as Hoffman encoding).)
Platform: | Size: 573440 | Author: 张狂ING | Hits:
« 12 3 »

CodeBus www.codebus.net